home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / ssavetp.exe / SSAVE.TXT < prev   
Encoding:
Text File  |  1992-11-20  |  558 b   |  13 lines

  1. Greetings!
  2.   A number of people want to be able to access the screen saver password
  3. from TPW. SSAVE.DLL makes it possible. There is only one function in it:
  4. EncryptString which will take a password and encrypt it in the same way
  5. Windows screen savers do. To see if the correct password has been
  6. entered, you need to encrypt what's been entered and compare. The
  7. encryption only works one way. The prototype for the function is
  8.  
  9.   procedure EncryptString (PW:PChar)
  10.  
  11. and it is the only exported function in SSAVE.DLL. Hope this helps.
  12. -=- Jonathan
  13.